C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / FilterAsync Method
The filter expression applied to the data.
The cancellation token.

In This Topic
FilterAsync Method (C1ProxyDataCollection<T>)
In This Topic
Filters the data using specified filterExpression.
Syntax
'Declaration
 
Public Function FilterAsync( _
   ByVal filterExpression As FilterExpression, _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

filterExpression
The filter expression applied to the data.
cancellationToken
The cancellation token.
See Also